home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1122 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. Date: Fri, 29 Jul 94 02:17 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: gem-list@world.std.com
  4. Subject: Re:  app_defs
  5. Precedence: bulk
  6.  
  7. ========================================================================
  8. SizingProtocol (click-move-click / drag)
  9. MovingProtocol (click-move-click / drag)
  10. ========================================================================
  11.  
  12. Click-Move-Click?   Do you really use that?  
  13. All I can say is .. YUCK!   Implementing that would not only be
  14. a pain, but wouldn't be possible without really screwing things up.
  15. At least, not without providing your own sizer and mover.  The left
  16. handed thing was good though.  I'm glad you brought it up, even
  17. though I'm right handed like everyone else.   There really should be
  18. no reason why you can't allow both buttons to be the same though
  19. (if you dump graf_ functions and use rectangles instead).  In fact,
  20. you could drag an object with the right button and select a different
  21. object (while dragging) with the left button no problem :-)  Definately
  22. non-modal.  Add more x+y variables to evnt_multi and you could support
  23. more mice :-)
  24.  
  25.